To import data in a library select "Import to the Current Library" from the Menu releted to the library you want to import in (Acft, Com, Nav, Fix) , and select the TEXT file with the data to import using the open dialog.
If you didn't setup previously a library, this command will be grayed and unavailable.
In these TEXT file data must be organized as field separate by TAB and every record separated by RETURN.
This is a standard way of storing data, and pratically every database allow to export/import in this format.
With this format you can import in Flight Master data from every database in wich you can easly manipulate data for your convenience.
--------------------------------
Data format for Acft Lib :
Aircraft ID <TAB> Aircraft Type <TAB> Speed <TAB> Fuel Use <RETURN>
--------------------------------
Data format for Com Lib :
Radio Station Name <TAB> Frequence <RETURN>
--------------------------------
Data format for Nav Lib :
Station Name <TAB> Frequence <RETURN>
--------------------------------
Data format for Fix Lib :
Point Name <TAB> latitude° <TAB> latitude' <TAB> latitude" <TAB> longitude° <TAB> longitude' <TAB> longitude" <TAB> magnetic deviation° <TAB> magnetic deviation' <TAB> magnetic deviation" <TAB> point elevation <TAB> preferred flight altitude <RETURN>
NOTE:
To have a EST/NORD coordinate, all element of coordinate must be positive, example:
22° 15' 33"
will be: 22 <TAB> 15 <TAB> 33
To have a OVEST/SUD coordinate, 1 element or more of coordinate MUST be negative, example:
- ( 22° 15' 33" )
will be: -22 <TAB> 15 <TAB> 33
or: 22 <TAB> -15 <TAB> 33
or: -22 <TAB> -15 <TAB> -33
--------------------------------
• Import features are available only for registered users •